Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    x * (y * z)  → otimes(x,y) * z
2:    1 * y  → y
3:    (x + y) * z  → oplus(x * z,y * z)
4:    x * oplus(y,z)  → oplus(x * y,x * z)
There are 5 dependency pairs:
5:    x *# (y * z)  → otimes(x,y) *# z
6:    (x + y) *# z  → x *# z
7:    (x + y) *# z  → y *# z
8:    x *# oplus(y,z)  → x *# y
9:    x *# oplus(y,z)  → x *# z
The approximated dependency graph contains one SCC: {5-9}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.02 seconds)   ---  May 3, 2006